body {
  background-color: #ffffff;
}
/* banner图样式 */
.m-banner {
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}
.m-bannerAdsense {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 100px;
}
.banner {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
  height: 100%;
  overflow: hidden;
}
.banner li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.banner li.show {
  display: block;
}
.banner li a img {
  width: 100%;
  height: 100%;
}
.banner-nav {
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 12px;
}
.banner-nav li {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 10px;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.banner-nav li.currter {
  background: rgba(255, 190, 152, 0.7);
  width: 40px;
  height: 10px;
}
.m-banner .switch-button {
  position: relative;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  height: 60px;
  width: 20px;
}
.m-banner .switch-button.prev {
  float: left;
  margin-left: 10px;
}
.m-banner .switch-button.next {
  float: right;
  margin-right: 10px;
}
/* 内容区域 */
.m-content {
  width: 100%;
  /* margin-bottom:120px; */
  background-color: #ffffff;
}
.m-content .content-title,
.m-content .content-inner {
  width: 1200px;
  margin: 0 auto;
}
.m-content .content-title h1 {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 14px;
}
.m-content .content-title p {
  display: block;
  text-align: center;
  margin-bottom: 34px;
}
/* 内容区域的第一组(四个坑位) */
.content-inner .inner-first li {
  float: left;
  width: 300px;
  height: 400px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.content-inner .inner-first li a .img {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.content-inner .inner-first li a .first-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.content-inner .inner-first li a .first-content h2 {
  display: block;
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #333333;
  position: relative;
  z-index: 200;
}
.content-inner .inner-first li a .first-content h2 span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.content-inner .inner-first li a .first-content h2 span .img-ico1 {
  width: 33px;
  height: 22px;
  color: #20ae81;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: -19px;
  right: -36px;
  z-index: 200;
}
.content-inner .inner-first li a .first-content .inner-t {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.content-inner .inner-first li a .first-content .inner-m {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #999999;
}
.content-inner .inner-first li a .first-content .inner-m span {
  color: #ea5504;
  margin: 0;
}
.content-inner .inner-first li a .first-content .inner-b {
  margin: 0 auto;
  width: 90px;
  height: 32px;
  line-height: 32px;
  /* behavior: url(PIE.htc); */
  border-radius: 14px;
  padding-left: 14px;
  font-size: 12px;
  color: #ea5504;
  border: 1px solid #ea5504;
  box-sizing: border-box;
}
.content-inner .inner-first li a .first-content .inner-b span {
  margin: 0;
  margin-left: 6px;
  width: 6px;
  height: 10px;
}
/* 内容区域的第二组（三个坑位） */
.content-inner .inner-second li {
  float: left;
  width: 400px;
  height: 220px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.content-inner .inner-second li a .img {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.content-inner .inner-second li a .second-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.content-inner .inner-second li a .second-content h2 {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #333333;
}
.content-inner .inner-second li a .second-content h2 span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.content-inner .inner-second li a .second-content h2 span .img-ico1 {
  width: 33px;
  height: 22px;
  color: #20ae81;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: -19px;
  right: -36px;
  z-index: 200;
}
.content-inner .inner-second li a .second-content .inner-t {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.content-inner .inner-second li a .second-content .inner-m {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  color: #999999;
}
.content-inner .inner-second li a .second-content .inner-m span {
  color: #ea5504;
  margin: 0;
}
/* 内容区域的第三组（两个坑位） */
/*.content-inner li{*/
/*position: relative;*/
/*transition: margin-top .1s ease-in-out;*/
/*}*/
/*.content-inner li:hover{*/
/*margin-top:-10px;*/
/*}*/
.content-inner .inner-third li {
  float: left;
  width: 600px;
  height: 250px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.content-inner .inner-third li a .img {
  width: 100%;
  height: 100%;
  z-index: 100;
}
.content-inner .inner-third li a .third-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.content-inner .inner-third li a .third-content h2 {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  color: #333333;
}
.content-inner .inner-third li a .third-content h2 span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.content-inner .inner-third li a .third-content h2 span .img-ico1 {
  width: 33px;
  height: 22px;
  color: #20ae81;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: -19px;
  right: -36px;
  z-index: 200;
}
.content-inner .inner-third li a .third-content .inner-t {
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #999999;
}
.content-inner .inner-third li a .third-content .inner-m {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #999999;
}
.content-inner .inner-third li a .third-content .inner-m span {
  color: #ea5504;
  margin: 0;
}
/* 新增样式 */
.content-inner li {
  border-right: 1px solid #e5e5e5;
}
.content-inner {
  border-left: 1px solid #e5e5e5;
}
.content-inner ul:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

.content-inner:last-child ul {
  border-bottom: 1px solid #e5e5e5;
}
/*产品坑位鼠标悬停变暗效果*/
.content-inner li a .filter-b {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.content-inner li:hover a .filter-b {
  background: #000;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
/*新增轮播广告样式*/
/*.m-content .m-scroll{*/
/*background: #ffffff;*/
/*width: 100%;*/
/*}*/
/*.m-content .m-scroll .scroll-content{*/
/*width: 1200px;*/
/*height: 44px;*/
/*font-size: 14px;*/
/*margin: 0 auto;*/
/*position: relative;*/
/*}*/
/*.m-content .m-scroll .scroll-content i{*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*color: #333333;*/
/*margin-top: 12px;*/
/*padding-left: 30px;*/
/*background: url(../imgs/tongzhi.png) no-repeat center left;*/
/*}*/
/*.m-content .m-scroll .scroll-content .notice_scroll .show_notice{*/
/*margin: 0 100px 0 105px;*/
/*width: 100%;*/
/*height: 44px;*/
/*overflow: hidden;*/
/*}*/
/*.m-content .m-scroll .scroll-content .notice_scroll .show_notice li{*/
/*height: 44px;*/
/*line-height: 44px;*/
/*vertical-align: middle;*/
/*}*/
/*.m-content .m-scroll .scroll-content .notice_scroll .show_notice li a{*/
/*color: #666666;*/
/*font-size: 14px;*/
/*}*/
/*.m-content .m-scroll .scroll-content span{*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*margin-top: 15px;*/
/*}*/
/*.m-content .m-scroll .scroll-content span a{*/
/*color: #666666;*/
/*}*/
.m-content .m-add {
  width: 100%;
  background: #ffffff;
}
/* 新闻资讯 */
.m-content .m-news {
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
/* banner */
.m-content .small-banner {
  width: 400px;
  height: 212px;
  padding: 23px 0 23px 25px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  float: right;
}
.m-content .small-banner .small {
  z-index: 1;
  width: 400px;
  height: 212px;
  overflow: hidden;
}
.m-content .small-banner .small li {
  width: 400px;
  height: 212px;
  display: none;
}
.m-content .small-banner .small li.show {
  display: block;
}
.m-content .small-banner .small li a img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.m-content .small-banner .small-nav {
  width: auto;
  margin-left: 480px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 275px;
}
.m-content .small-banner .small-nav li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: url('../imgs/banner-circle.png') no-repeat;
  cursor: pointer;
  position: relative;
  top: 50%;
  margin-top: -5px;
}
.m-content .small-banner .small-nav li.currter {
  width: 16px;
  height: 16px;
  background: url('../imgs/banner-circle-cur.png') no-repeat;
  position: relative;
  top: 50%;
  margin-top: -8px;
}
/* 新闻资讯列表 */
.m-content .small-news {
  float: left;
  width: 750px;
}
.m-content .small-news .news-tab {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 258px;
  width: 190px;
  /* padding: 24px 15px;
    background-image: url('/officalweb/imgs/news-bg.png');
    background-size: 100% 100%; */
}
.m-content .small-news .news-content {
  float: right;
  height: 258px;
  width: 560px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
}

.m-content .small-news .news-tab .news-tab-title {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 18px 0 0 16px;
  color: #000000;
  letter-spacing: 0;
}
.m-content .small-news .news-tab .news-tab-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -16px;
  height: 18px;
  width: 4px;
  background: #ff721f;
}
.m-content .small-news .news-tab .tab-list {
  /* margin-left: 24px; */
}
.m-content .small-news .news-tab .tab-list span {
  margin-top: 30px;
  padding-left: 16px;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
}
.m-content .small-news .news-tab .tab-list span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('/officalweb/imgs/news-list-normal.png');
}
.m-content .small-news .news-tab .tab-list span.active {
  color: #ff721f;
}
.m-content .small-news .news-tab .tab-list span.active::before {
  background-image: url('/officalweb/imgs/news-list-active.png');
}

.m-content .small-news .news-content .container ul li {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
}
.m-content .small-news .news-content .container ul li a {
  float: left;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.m-content .small-news .news-content .container ul li a.read-more {
  position: relative;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.m-content .small-news .news-content .container ul li:hover {
  color: #ea5404;
}
.m-content .small-news .news-content .container ul li span:hover {
  color: #ea5404;
}
.m-content .small-news .news-content .container ul li a.read-more:hover {
  color: #ea5404;
}
.m-content .small-news .news-content .container ul li a.read-more::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  height: 20px;
  width: 16px;
  background-image: url('/officalweb/imgs/more-normal.png');
  background-size: 100% 100%;
}
.m-content .small-news .news-content .container ul li a.read-more:hover::after {
  background-image: url('/officalweb/imgs/more-active.png');
}
.m-content .small-news .news-content .container ul li span {
  float: right;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}
.m-content .small-news .news-content .container ul li span.read-more:hover {
  color: #ea5404;
}

.m-content .m-company {
  background: #ffffff;
  width: 1200px;
  margin: 40px auto 50px;
  /*-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;*/
}
.m-content .m-company a {
  display: inline-block;
  width: 380px;
  height: 250px;
  overflow: hidden;
  position: relative;

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-content .m-company a:hover {
  /*-webkit-transition:all .5s ease;*/
  /*-o-transition:all .5s ease;*/
  /*-moz-transition:all .5s ease;*/
  /*transition:all .5s ease;*/
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.m-content .m-company a img {
  width: 380px;
  height: 250px;
  z-index: 100;
}
.m-content .m-company a:first-child {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-content .m-company a:nth-child(2) {
  margin: 0 30px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.m-content .m-company a:last-child {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.m-content .m-company a.actived {
  top: 0 !important;
}
/*.m-content .m-company a p{*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 380px;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*z-index: 300;*/
/*padding-left: 30px;*/
/*box-sizing: border-box;*/
/*font-size: 18px;*/
/*color: #ffffff;*/
/*opacity: 0.5;*/
/*background: #000000;*/
/*}*/
.m-content .m-recommend {
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
}
.m-content .m-recommend .recommend-title {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #cdcdcd;
}
.m-content .m-recommend .recommend-title .title-l {
  float: left;
  width: auto;
  height: 44px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  border-bottom: 4px solid #ea5404;
  box-sizing: border-box;
}
.m-content .m-recommend .read-more-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
.m-content .m-recommend .read-more-wrapper > .read-more {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  border-radius: 16px;
  padding: 6px 16px;
  border: 1px solid #eeeeee;
}
.m-content .m-recommend .read-more-wrapper > .read-more > a {
  position: relative;
  margin-right: 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.m-content .m-recommend .read-more-wrapper > .read-more:hover > a {
  color: #ea5404;
}
.m-content .m-recommend .read-more-wrapper > .read-more > a::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '';
  display: block;
  height: 20px;
  width: 16px;
  background-image: url('/officalweb/imgs/more-normal.png');
  background-size: 100% 100%;
}
.m-content .m-recommend .read-more-wrapper > .read-more:hover > a::after {
  background-image: url('/officalweb/imgs/more-active.png');
}

#certify {
  width: 1200px;
  height: 422px;
  position: relative;
  margin-top: 50px;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  height: 320px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 58px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background: #ebebeb;
  width: 40px;
  height: 4px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ea5404;
}
